home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / tbbs / zmindb.zip / MINDER.TXT < prev    next >
Text File  |  1996-01-12  |  7KB  |  161 lines

  1. The Upload Minder
  2. ══════════════════════════════════════════════════════════════════════════════
  3.  Copyright 1996 By Paul Gonterman of Zimba Developments.
  4.  Contributions and testing by: Bryan Horne, Zimba Develpoments
  5.  
  6.         
  7.  
  8. GENERAL INTRODUCTION
  9. ──────────────────────────────────────────────────────────────────────────────
  10.  
  11.   The Upload Minder is a program created to notify a sysop of NEW uploads.
  12. The program will enable the sysop to be more organized and efficient in 
  13. keeping the upload area current.
  14.  
  15.   The Upload Minder is invisible to the users. The Upload Minder is activated 
  16. when a user chooses the option to upload a file. NOTE: IF a user aborts the 
  17. upload it will still show as a new upload.
  18.  
  19.   The SYSOP MODULE will be accessed from MENU:0000. You may set the access via 
  20. PRIV or AUTH flags. If there are no new uploads, the program will show the
  21. message "No new files" and continue to the main menu. If there are new files 
  22. it will take you to the SYSOP MODULE and display the number of times the 
  23. upload key was pressed and the number of disconnects incurred during the 
  24. uploads.
  25.  
  26.  
  27.         In the SYSOP MODULE the sysop can:
  28.         ─────────────────────────────────────────────────────────────────────
  29.         1) Go to the file area maint. to mark the new uploads visible.  The 
  30.            sysop may then go back later to scan for viruses.
  31.  
  32.         2) Reset the Upload Minder Count to 0.
  33.    
  34.         3) Continue to the BBS without resetting the count. The next 
  35.            sysop to log on will then enter the SYSOP MODULE.
  36.  
  37.  
  38. INSTALLATION
  39. ──────────────────────────────────────────────────────────────────────────────
  40.  
  41. STEP 1.
  42.         
  43.         Make a directory and copy all the files for the Upload Minder into 
  44.         the new directory.
  45.  
  46.         C:\md C:\TBBS\MINDER  
  47.  
  48.         FILES
  49.         ----------------------------------------------------------
  50.         MINDER.TXT      This text file
  51.         ZDMIND.TPG      TDBS program file
  52.         MINDER.CFG      Config file ( Sysop needs to edit )
  53.         FILE.DBF        Database file
  54.  
  55. STEP 2.
  56.  
  57.         Edit the MINDER.CFG file. 
  58.         This file is self documented on what to do.
  59.  
  60. STEP 3.
  61.  
  62.         Add commands to the .sdl files.
  63.  
  64.         SYSOP MODULE
  65.         Add to MENU: 0000
  66.         ** REMEMBER to protect with PRIV or AUTH flags
  67.         -----------------------------------------------------------
  68.  
  69.         ENTRY:
  70.         KEY=^@  TYPE=200  OPT DATA=C:\TBBS\MINDER\zdmind.tpg /q && L
  71.         PRIV=254                         |             |     |     |
  72.                                          |             |     |     |
  73.                                          |             |     |     |
  74.         Upper case is Drive and Path. ---*             |     |     |
  75.                                                        |     |     |
  76.         Lower case is program name. -------------------*     |     | 
  77.                                                              |     |
  78.         Switch to suppress TDBS copyright info. -------------*     |
  79.                                                                    |
  80.         Command to call the Module. -------------------------------*
  81.         IMPORTANT: you need 2 &&<space><command for MODULE>
  82.  
  83.  
  84.  
  85.         UPLOAD MODULE
  86.         Replace your Upload command line with the following.
  87.         -----------------------------------------------------------
  88.  
  89.         ENTRY:
  90.         KEY=1   TYPE=200  OPT DATA=C:\TBBS\MINDER\zdmind.tpg /q && U
  91.                                          |             |     |     |
  92.                                          |             |     |     |
  93.         Upper case is Drive and Path. ---*             |     |     |
  94.                                                        |     |     |
  95.         Lower case is program name. -------------------*     |     | 
  96.                                                              |     |
  97.         Switch to suppress TDBS copyright info. -------------*     |
  98.                                                                    |
  99.         Command to call the Module. -------------------------------*
  100.         IMPORTANT: you need 2 &&<space><command for MODULE>
  101.  
  102.  
  103.  
  104. Copyright information:
  105. ──────────────────────────────────────────────────────────────────────────────
  106.  
  107.  THIS PROGRAM (ZDMIND) AND ALL RELATED DATABASES ARE COVERED BY NATIONAL AND
  108. INTERNATIONAL COPYRIGHT LAWS FOR INTELLECTUAL PROPERTY AND MAY NOT BE MODIFIED
  109. IN ANY WAY WITHOUT PRIOR WRITTEN PERMISSION DIRECTLY FROM ZIMBA DEVELOPMENTS. 
  110. THIS INCLUDES, BUT IS NOT LIMITED TO, DECOMPILING OR REVERSE ENGINEERING, OR 
  111. BIT EDITING OF PROGRAMS, DATA, OR TEXT FILES, OR ANY FORM OF DIRECT OR 
  112. INDIRECT MODIFICATION NOT PERFORMED BY THE PROGRAM ITSELF.
  113.  
  114.  THIS SOFTWARE IS NOT PUBLIC DOMAIN OR SHAREWARE. YOU ARE ALLOWED TO MAKE A
  115. PERSONAL BACKUP COPY AS LONG AS THERE IS NEVER A CHANCE OF THIS SOFTWARE
  116. RUNNING ON MORE THAN ONE CPU PER PAID LICENSE.
  117.  
  118.  DEMONSTRATION COPIES OF THIS SOFTWARE ARE MADE AVAILABLE ONLY TO ALLOW YOU TO
  119. VERIFY THE FUNCTIONALITY AND QUALITY. THEY ARE NOT INTENDED TO PROVIDE YOU
  120. WITH A FREE PROGRAM.
  121.  
  122.  BY USING THIS SOFTWARE YOU AGREE TO HOLD HARMLESS ALL MEMBERS OF ZIMBA 
  123. DEVELOPMENTS AND ITS AUTHORIZED AGENTS. IN NO CASE WILL LIABILITY EXCEED THE 
  124. EXACT AMOUNT OF THE REGISTRATION FEE PAID TO ZIMBA DEVELOPMENTS IN THE LAST 12 
  125. MONTHS.
  126.  
  127.  ZIMBA DEVELOPMENTS RESERVES THE RIGHT TO MODIFY THIS AGREEMENT AND/OR THE 
  128. UPLOAD MINDER SOFTWARE AT ANY TIME WITHOUT WARNING OR PRIOR NOTICE.
  129.  
  130. ******************************************************************************
  131. ******************************************************************************
  132. ******************************************************************************
  133. ******************************************************************************
  134.  
  135.  
  136. ORDERING INFORMATION
  137. ──────────────────────────────────────────────────────────────────────────────
  138.  
  139.  This is an BETA RELEASE.
  140.  
  141.  More detailed registration info will be added later.
  142.  
  143.  Registration fee for the Upload Minder is $16.00
  144.  
  145.  
  146.  To order or if problems are encountered, please contact:
  147.  
  148.  
  149.                               Internet mail: zimba@index.com
  150.  
  151.                               telnet: index.com 
  152.                                       Leave local mail to
  153.                                       Paul Gonterman
  154.                               
  155.                               BBS # to The INDEX SYSTEM.
  156.                                       (770)-924-8472
  157.                                       Leave local mail to
  158.                                       Paul Gonterman
  159.  
  160. ** END OF FILE **
  161.